From: Brion Vibber Date: Sat, 14 Jan 2006 17:19:49 +0000 (+0000) Subject: * Added an attractive space on the namespace selector on contribs X-Git-Tag: 1.6.0~547 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=7ad877f355d3af61520aa02f1c015508d35cee18;p=lhc%2Fweb%2Fwiklou.git * Added an attractive space on the namespace selector on contribs --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 708c3d7e04..195b17174c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -486,6 +486,7 @@ fully support the editing toolbar, but was found to be too confusing. to the shell to return nonzero when we crap out with an error. * Allow input of the stub from a compressed file instead of stdin for dumpTextPass.php; easier to get errors back on the shell +* Added an attractive space on the namespace selector on contribs === Caveats === diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 75f3eb0081..73b37bd85e 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -256,6 +256,7 @@ function wfSpecialContributions( $par = null ) { $nsform .= '

'; $nsform .= wfMsgHtml('namespace'); + $nsform .= ' '; $nsform .= HTMLnamespaceselector( $ns, '' ); $nsform .= wfElement('input', array(